home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX Patches 1995 June
/
SGI IRIX Patches 1995 Jun.iso
/
5.3_patches
/
patchSG0000154
/
patchSG0000154.idb
/
usr
/
share
/
src
/
OpenGL
/
libaux
/
image.c.z
/
image.c
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-06-12
|
222 b
|
13 lines
#include "tk.h"
#include "aux.h"
#if defined(__cplusplus) || defined(c_plusplus)
#define class c_class
#endif
AUX_RGBImageRec *auxRGBImageLoad(char *fileName)
{
return (AUX_RGBImageRec *)tkRGBImageLoad(fileName);
}